home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Graphics / Graph 3D / Graph 3D.exe / 0 / RCDATA / TLOADFUNCTIONDIALOG / TLOADFUNCTIONDIALOG.txt
Encoding:
Text File  |  1997-11-15  |  1.1 KB  |  57 lines

  1. object LoadFunctionDialog: TLoadFunctionDialog
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Load Function'
  6.   ClientHeight = 185
  7.   ClientWidth = 275
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object LoadButton: TButton
  16.     Left = 12
  17.     Top = 152
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Load'
  21.     ModalResult = 1
  22.     TabOrder = 0
  23.   end
  24.   object CancelButton: TButton
  25.     Left = 188
  26.     Top = 152
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Cancel'
  30.     ModalResult = 2
  31.     TabOrder = 1
  32.   end
  33.   object LoadListBox: TListBox
  34.     Left = 8
  35.     Top = 8
  36.     Width = 257
  37.     Height = 137
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ItemHeight = 14
  43.     ParentFont = False
  44.     TabOrder = 2
  45.     OnDblClick = LoadListBoxDblClick
  46.   end
  47.   object RemoveButton: TButton
  48.     Left = 100
  49.     Top = 152
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Remove'
  53.     TabOrder = 3
  54.     OnClick = RemoveButtonClick
  55.   end
  56. end
  57.